nhooyr.io/websocket.Conn.flate (method)

5 uses

	nhooyr.io/websocket (current package)
		conn.go#L123: 	if c.flate() && c.flateThreshold == 0 {
		conn.go#L203: func (c *Conn) flate() bool {
		read.go#L163: 	if !c.flate() {
		write.go#L110: 	if !c.flate() {
		write.go#L166: 	if mw.c.flate() {